@font-face {
	font-family: fontR;
	src: url('../fonts/SourceHanSansCN-Regular.otf');
}

html,
body {
	padding: 0;
	margin: 0;
	/* font-family: fontR; */
	font-size: 16px;
	color: #333;
	width: 100%;
	height: 100%;
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
}

.wrap2 {
	width: 90%;
	margin: 0 auto;
}

.showDiv {
	display: none;
}

.clearfixed {
	clear: both;
}

a {
	color: #333;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.arrow-bottom {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: red;
	border-bottom-width: 0;
	border-style: dashed;
	border-top-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
}

/* 向右的箭头 */

.arrow-right {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: red;
	border-right-width: 0;
	border-style: dashed;
	border-left-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

p {
	padding: 0;
	margin: 0;
}

a:hover {
	color: #005097;
}

img {
	max-width: 100%;

}

.imgDiv {
	overflow: hidden;
}

.imgDiv img {
	width: 100%;
	transition: all 0.5s;
}

input:focus,
button:focus,
textarea:focus {
	outline: none;
}

.ovh {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ovh2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ovh3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.ovh4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}



/**导航菜单**/


.title {
	text-transform: uppercase;
}

.title .xian {
	width: 60px;
	height: 4px;
	background: #204e9e;
	display: block;
	margin: 8px auto;
}

.title2 .xian {
	background: #FFFFFF;
}



.counter {
	margin-right: 10px;
}

.indexDiv4 .textDiv {
	width: 580px;
}



.position {
	margin-top: 0;
	background: #f5f5f5;
	padding-top: 30px;
}

.shiyongDiv1 {
	background: #f5f5f5;
	height: 550px;
}


.kuai {
	height: 350px;
	width: 100%;
}

.aboutDiv2 .swiper-slide p.time {
	font-size: 20px;
	font-weight: bold;
}

.aboutDiv2 .swiper-container {
	width: 94%;
}

.aboutDiv2 .swiper-slide .wenzi {
	background: #204E9E;
	width: 230px;
	height: 110px;
	color: #FFFFFF;
	padding: 15px;
	font-size: 14px;
	margin-left: 50px;
	position: relative;
}

.aboutDiv2 .swiper-slide .dian {
	width: 10px;
	height: 10px;
	border: 2px #fdd000 solid;
	border-radius: 50%;
	background: #FFFFFF;
	top: 125px;
	left: 100px;
	position: absolute;
	z-index: 9;
}

.aboutDiv2 .swiper-slide:nth-child(odd) p.time {
	top: 15px;
	left: 50px;
	position: absolute;
}

.aboutDiv2 .swiper-slide:nth-child(even) p.time {
	bottom: 70px;
	left: 50px;
	position: absolute;
}

.aboutDiv2 .swiper-slide:nth-child(odd) p.xian {
	top: 129px;
	position: absolute;

}

.aboutDiv2 .swiper-slide:nth-child(even) p.xian {
	bottom: 130px;
	position: absolute;
}

.aboutDiv2 .swiper-slide .relative {
	height: 260px;
}

.aboutDiv2 .swiper-slide:nth-child(odd) .wenzi {
	position: absolute;
	bottom: 0;
}

.aboutDiv2 .swiper-slide:nth-child(odd) .arrow-top {
	display: block;
	width: 0;
	height: 0;
	border-bottom: 30px #204E9E solid;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	font-size: 0;
	line-height: 0;
	margin-top: -25px;
	margin-left: 20px;
}

.aboutDiv2 .swiper-slide:nth-child(even) .arrow-top {
	display: block;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 30px #204E9E solid;
	font-size: 0;
	line-height: 0;
	position: absolute;
	bottom: -10px;
	margin-left: 20px;
	z-index: -1;
}

.aboutDiv2 .swiper-slide .xian {
	width: 100%;
	height: 1px;
	background: #999999;
}

.aboutDiv2 .swiper-button-next {
	background: url(../img/right.png) no-repeat;
	width: 24px;
	height: 41px;
	outline: none;
	right: 0;
	background-size: 100% 100%;
}

.aboutDiv2 .swiper-button-prev {
	background: url(../img/left.png) no-repeat;
	width: 24px;
	height: 41px;
	outline: none;
	left: 0;
	background-size: 100% 100%;
}



.mapDiv {
	height: 500px;
	background: #FFFFFF;
	padding: 5px;
	border: 1px #ccc solid;
}

.contactDiv .content {
	width: 90%;
	margin: 0 auto;
	margin-top: 60px;
}

.contactDiv .content ul li {
	text-align: center;
	width: 33.33333%;
	float: left;
}




/*PHONE屏幕下的专用样式*/
@media screen and (max-width:767px) {


	.wrap {
		width: 96%;
		margin: 0 auto;
		font-size: 14px;
	}

	



	.hideDiv {
		display: none;
	}

	
}


/*PAD屏幕下的专用样式*/
@media screen and (min-width: 768px) and (max-width:992px) {

	.wrap {
		width: 96%;
		margin: 0 auto;
		font-size: 14px;
	}

	

	.aboutDiv2 .swiper-slide .wenzi {
		margin: 0 auto;
	}

	.aboutDiv2 .swiper-slide .dian {
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.aboutDiv2 .swiper-slide:nth-child(even) .arrow-top,
	.aboutDiv2 .swiper-slide:nth-child(odd) .wenzi {
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.aboutDiv2 .swiper-slide:nth-child(odd) .arrow-top {
		margin: 0 auto;
		margin-top: -25px;
	}

	.aboutDiv2 .swiper-slide:nth-child(even) p.time,
	.aboutDiv2 .swiper-slide:nth-child(odd) p.time {
		left: 0;
		right: 0;
		text-align: center;
	}

	


}

/*中等PC屏幕下的专用样式*/
@media screen and (min-width:993px) and (max-width:1024px) {
	.wrap {
		width: 90%;
	}

	
}

@media screen and (min-width:1025px) and (max-width:1200px) {
	.wrap {
		width: 100%;
	}

	header .rightDiv .menu>ul>li {
		padding: 0 20px;
	}

	.bannerIndex img {
		min-height: 500px;
	}

}

@media screen and (min-width:1201px)and (max-width:1600px) {
	.wrap {
		width: 100%;
	}

	.bannerIndex img {
		min-height: 500px;
	}


}
